home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / sphere.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  192 b   |  8 lines

  1. // create a sphere shape
  2. sphere
  3. {
  4.   <0, 1, 0> // center of sphere <X Y Z>
  5.   0.5       // radius of sphere
  6.   // scale <1,2,1> // <= Note: Spheres can become ellipses by uneven scaling
  7. }
  8.